home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / windows / r3cmdwin.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  445 b   |  31 lines

  1.  
  2. // JavaScript wrapper for r3cmdwin.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_CMDWIN_H = 1;
  7. include("oops/r3window.js")
  8.  
  9.  
  10. var R3CLID_CMDWIN = 262;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. function r3Cmdwin () { 
  21.    this.base = r3God;
  22.    if(arguments.length) {
  23.       this.base(R3CLID_CMDWIN, arguments);
  24.    }
  25.    // Methods
  26.  
  27.    // Attributes
  28. }
  29.  
  30. r3Cmdwin.prototype=new r3Window;
  31. // r3cmdwin.h_H